home *** CD-ROM | disk | FTP | other *** search
/ Ian & Stuart's Australian Mac 1993 September / September 93.iso / Archives / Sound / Learning / Music Gym / Intervals / background_2670.txt < prev    next >
Text File  |  1993-06-25  |  6KB  |  298 lines

  1. -- background: 2670 from stack: in
  2. -- bmap block id: 3742
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 8004
  11. -- rect: left=13 top=304 right=332 bottom=109
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 14
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: MAIN MENU
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   visual effect iris open to card
  23.   go to card "MAIN MENU" of stack "MAIN"
  24. end mouseUp
  25.  
  26.  
  27. -- part 3 (button)
  28. -- low flags: 00
  29. -- high flags: 8003
  30. -- rect: left=68 top=153 right=175 bottom=168
  31. -- title width / last selected line: 0
  32. -- icon id / first selected line: 0 / 0
  33. -- text alignment: 1
  34. -- font id: 0
  35. -- text size: 12
  36. -- style flags: 0
  37. -- line height: 16
  38. -- part name: Unison
  39.  
  40.  
  41. -- part 4 (button)
  42. -- low flags: 00
  43. -- high flags: 8003
  44. -- rect: left=69 top=183 right=205 bottom=169
  45. -- title width / last selected line: 0
  46. -- icon id / first selected line: 0 / 0
  47. -- text alignment: 1
  48. -- font id: 0
  49. -- text size: 12
  50. -- style flags: 0
  51. -- line height: 16
  52. -- part name: Minor 2nd
  53.  
  54.  
  55. -- part 5 (button)
  56. -- low flags: 00
  57. -- high flags: 8003
  58. -- rect: left=70 top=213 right=235 bottom=170
  59. -- title width / last selected line: 0
  60. -- icon id / first selected line: 0 / 0
  61. -- text alignment: 1
  62. -- font id: 0
  63. -- text size: 12
  64. -- style flags: 0
  65. -- line height: 16
  66. -- part name: Major 2nd
  67.  
  68.  
  69. -- part 6 (button)
  70. -- low flags: 00
  71. -- high flags: 8003
  72. -- rect: left=68 top=243 right=265 bottom=171
  73. -- title width / last selected line: 0
  74. -- icon id / first selected line: 0 / 0
  75. -- text alignment: 1
  76. -- font id: 0
  77. -- text size: 12
  78. -- style flags: 0
  79. -- line height: 16
  80. -- part name: Minor 3rd
  81.  
  82.  
  83. -- part 7 (button)
  84. -- low flags: 00
  85. -- high flags: 8003
  86. -- rect: left=67 top=273 right=295 bottom=171
  87. -- title width / last selected line: 0
  88. -- icon id / first selected line: 0 / 0
  89. -- text alignment: 1
  90. -- font id: 0
  91. -- text size: 12
  92. -- style flags: 0
  93. -- line height: 16
  94. -- part name: Major 3rd
  95.  
  96.  
  97. -- part 8 (button)
  98. -- low flags: 00
  99. -- high flags: 8003
  100. -- rect: left=186 top=153 right=177 bottom=289
  101. -- title width / last selected line: 0
  102. -- icon id / first selected line: 0 / 0
  103. -- text alignment: 1
  104. -- font id: 0
  105. -- text size: 12
  106. -- style flags: 0
  107. -- line height: 16
  108. -- part name: Diminished 4th
  109. ----- HyperTalk script -----
  110. on mouseUp
  111.  
  112. end mouseUp
  113.  
  114.  
  115. -- part 9 (button)
  116. -- low flags: 00
  117. -- high flags: 8003
  118. -- rect: left=186 top=183 right=205 bottom=286
  119. -- title width / last selected line: 0
  120. -- icon id / first selected line: 0 / 0
  121. -- text alignment: 1
  122. -- font id: 0
  123. -- text size: 12
  124. -- style flags: 0
  125. -- line height: 16
  126. -- part name: Perfect 4th
  127.  
  128.  
  129. -- part 10 (button)
  130. -- low flags: 00
  131. -- high flags: 8003
  132. -- rect: left=188 top=213 right=235 bottom=293
  133. -- title width / last selected line: 0
  134. -- icon id / first selected line: 0 / 0
  135. -- text alignment: 1
  136. -- font id: 0
  137. -- text size: 12
  138. -- style flags: 0
  139. -- line height: 16
  140. -- part name: Augmented 4th
  141.  
  142.  
  143. -- part 12 (button)
  144. -- low flags: 00
  145. -- high flags: 8003
  146. -- rect: left=191 top=273 right=295 bottom=291
  147. -- title width / last selected line: 0
  148. -- icon id / first selected line: 0 / 0
  149. -- text alignment: 1
  150. -- font id: 0
  151. -- text size: 12
  152. -- style flags: 0
  153. -- line height: 16
  154. -- part name: Perfect 5th
  155. ----- HyperTalk script -----
  156. on mouseUp
  157.  
  158. end mouseUp
  159.  
  160.  
  161. -- part 13 (button)
  162. -- low flags: 00
  163. -- high flags: 8003
  164. -- rect: left=187 top=303 right=325 bottom=295
  165. -- title width / last selected line: 0
  166. -- icon id / first selected line: 0 / 0
  167. -- text alignment: 1
  168. -- font id: 0
  169. -- text size: 12
  170. -- style flags: 0
  171. -- line height: 16
  172. -- part name: Augmented 5th
  173. ----- HyperTalk script -----
  174. on mouseUp
  175.  
  176. end mouseUp
  177.  
  178.  
  179. -- part 14 (button)
  180. -- low flags: 00
  181. -- high flags: 8003
  182. -- rect: left=316 top=153 right=175 bottom=416
  183. -- title width / last selected line: 0
  184. -- icon id / first selected line: 0 / 0
  185. -- text alignment: 1
  186. -- font id: 0
  187. -- text size: 12
  188. -- style flags: 0
  189. -- line height: 16
  190. -- part name: Minor 6th
  191.  
  192.  
  193. -- part 15 (button)
  194. -- low flags: 00
  195. -- high flags: 8003
  196. -- rect: left=316 top=183 right=205 bottom=416
  197. -- title width / last selected line: 0
  198. -- icon id / first selected line: 0 / 0
  199. -- text alignment: 1
  200. -- font id: 0
  201. -- text size: 12
  202. -- style flags: 0
  203. -- line height: 16
  204. -- part name: Major 6th
  205.  
  206.  
  207. -- part 16 (button)
  208. -- low flags: 00
  209. -- high flags: 8003
  210. -- rect: left=318 top=213 right=235 bottom=418
  211. -- title width / last selected line: 0
  212. -- icon id / first selected line: 0 / 0
  213. -- text alignment: 1
  214. -- font id: 0
  215. -- text size: 12
  216. -- style flags: 0
  217. -- line height: 16
  218. -- part name: Minor 7th
  219.  
  220.  
  221. -- part 17 (button)
  222. -- low flags: 00
  223. -- high flags: 8003
  224. -- rect: left=318 top=243 right=265 bottom=418
  225. -- title width / last selected line: 0
  226. -- icon id / first selected line: 0 / 0
  227. -- text alignment: 1
  228. -- font id: 0
  229. -- text size: 12
  230. -- style flags: 0
  231. -- line height: 16
  232. -- part name: Major 7th
  233.  
  234.  
  235. -- part 18 (button)
  236. -- low flags: 00
  237. -- high flags: 8003
  238. -- rect: left=318 top=273 right=295 bottom=418
  239. -- title width / last selected line: 0
  240. -- icon id / first selected line: 0 / 0
  241. -- text alignment: 1
  242. -- font id: 0
  243. -- text size: 12
  244. -- style flags: 0
  245. -- line height: 16
  246. -- part name: Octave
  247.  
  248.  
  249. -- part 19 (button)
  250. -- low flags: 00
  251. -- high flags: 8004
  252. -- rect: left=362 top=304 right=329 bottom=478
  253. -- title width / last selected line: 0
  254. -- icon id / first selected line: 0 / 0
  255. -- text alignment: 1
  256. -- font id: 0
  257. -- text size: 14
  258. -- style flags: 0
  259. -- line height: 18
  260. -- part name: NEXT INTERVAL
  261. ----- HyperTalk script -----
  262. on mouseUp
  263.   go to any card
  264. end mouseUp
  265.  
  266.  
  267. -- part 20 (button)
  268. -- low flags: 00
  269. -- high flags: 8003
  270. -- rect: left=187 top=244 right=267 bottom=292
  271. -- title width / last selected line: 0
  272. -- icon id / first selected line: 0 / 0
  273. -- text alignment: 1
  274. -- font id: 0
  275. -- text size: 12
  276. -- style flags: 0
  277. -- line height: 16
  278. -- part name: Diminished 5th
  279.  
  280.  
  281. -- part 21 (button)
  282. -- low flags: 00
  283. -- high flags: 8003
  284. -- rect: left=425 top=223 right=248 bottom=505
  285. -- title width / last selected line: 0
  286. -- icon id / first selected line: 0 / 0
  287. -- text alignment: 1
  288. -- font id: 0
  289. -- text size: 12
  290. -- style flags: 0
  291. -- line height: 16
  292. -- part name: Reference
  293. ----- HyperTalk script -----
  294. on mouseUp
  295.   visual effect iris open to card
  296.   go to card "about intervals" of stack "reference"
  297. end mouseUp
  298.